home *** CD-ROM | disk | FTP | other *** search
- Path: redstone.interpath.net!mercury!softbase
- From: softbase@mercury.interpath.net (Scott McMahan - Softbase Systems)
- Newsgroups: comp.lang.c
- Subject: Re: please help me on BC45 resource workshop
- Date: 18 Jan 1996 14:48:28 GMT
- Organization: Interpath -- Providing Internet access to North Carolina
- Message-ID: <4dlmjs$qrs@redstone.interpath.net>
- References: <4d7n1h$f0q@mark.ucdavis.edu>
- NNTP-Posting-Host: mercury.interpath.com
- X-Newsreader: TIN [version 1.2 PL2]
-
- Shushi Huang (shuang@tamales.engr.ucdavis.edu) wrote:
- : hi,
- : when I try to use the resource workshop on BC45, it gives me the
- : error message " Resource Workshop requires BWCC 2.00 and above". Can
- : any one help me solve this problem? Thanks.
-
- YES! This took me several days to solve. It is mind-boggling.
-
- You probably have a program ALREADY RUNNING which loads an old
- version of this library. I had a to-do list that started
- with Windows which was written using BWCC, and it copied an
- old version of the library into its own directory, and loaded
- it. RW tries to load the library, sees it is already loaded,
- and dies a horrible death. It can't unload the old version and
- load the new one.
-
- This wouldn't be a problem if whatever is running using BWCC
- didn't have a copy of the library in its own directory.
- It would use the system-wide one which the install program
- for BC45 updates.
-
- Reuseable code at its finest! This is a good design
- case study, to say the least.
-
- Scott
-
-